Given a 2D binary matrix filled with 0’s and 1’s, find the largest rectangle containing all ones and return its area.
|
|
戒急用忍
版权声明:本文为博主原创文章,转载请注明出处:http://blog.jerkybible.com/2013/09/28/2013-09-28-CODE 48 Maximal Rectangle/
Given a 2D binary matrix filled with 0’s and 1’s, find the largest rectangle containing all ones and return its area.
|
|